Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated incorrect callRejectedEvent type name #506

Merged
merged 1 commit into from
May 27, 2020

Conversation

stevengill
Copy link
Member

@stevengill stevengill commented May 27, 2020

Summary

Describe the goal of this PR. Mention any related Issue numbers.

Requirements (place an x in each [ ])

@stevengill stevengill requested a review from seratch May 27, 2020 23:25
@@ -160,7 +160,7 @@ export interface AppUninstalledEvent extends StringIndexed {
type: 'app_uninstalled';
}

export interface CallsRejectedEvent extends StringIndexed {
export interface CallRejectedEvent extends StringIndexed {
type: 'calls_rejected';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, this line and

| CallsRejectedEvent
need to be changed

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, i'm doing this too quickly and missing details. Thank you!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries! ... but #505 (comment) is not yet fixed - s/calls_rejected/call_rejected/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, fixed!

@stevengill
Copy link
Member Author

@seratch fixed

Copy link
Member

@seratch seratch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stevengill stevengill merged commit d3ab479 into slackapi:master May 27, 2020
@seratch seratch added the enhancement M-T: A feature request for new functionality label May 27, 2020
@stevengill stevengill deleted the callsApi branch June 8, 2020 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants